ApplePay API icon

ApplePay API

(1 review)

Get Card Credentials

Provisioning API :

URLS:

Description : This endpoint is used to retrieve the card credential information based on card id and issuer id.

A user who wishes to retrieve the information based on card id and issuer id combination mapped to debit card will start through VTS (VISA). Request will be triggered to Thales(D1). D1 will trigger a GET request to Mulesoft Get card credentials endpoint. Mulesoft will map the request as per CMS and hit CMS API. Response about the transaction is sent from CMS to Mulesoft in real-time basis.

A response is sent back to the D1 immediately. If transaction fails due to any reason, a proper error is sent back to the API consuming channel to both REST using the error codes defined.

Mulesoft Request (Sample):

Mandatory Headers: x-correlation-id

Parameters:
URI Params: issuerId, cardId
Query Params: NA

Content-type: application/json

Request Body: NA

Mulesoft Response (Sample):

Success Response: (200)

{
"encryptedData": "eyJhbGciOiJFQ0RILUVTIiwiZW5jIjoiQTI1NkdDTSIsImtpZCI6IkcwRDQzLlRFU1QuQ01TX0VOQy5FQ0MuMDEiLCJlcGsiOnsia3R5IjoiRUMiLCJ4Ijoia3k3MGltQjUxODFDSmk2d1BhMEVJXzdlZUpMODVQUnVjN1RMRGIzQWRjZyIsInkiOiJXMkhia2ExUGhycDVSMTQ2WTktaHQ2eDc4UHl3aGxLeUhKak44LVRIWDQ4IiwiY3J2IjoiUC0yNTYifX0..tzJMYz2B8freTI3C.2DtWiR8GLgChPWSMYD93Jl7gIZ2_N70noCdygxVZB3zuKYDtGjumk9toAmjplIp2b0t8lmnORyFBaPoa1oydKxAcySYsA1d_bsNl5s640q5q.XcSyb9XIu8q5XwJ47rWG2A"
}

Error Responses:
400:

{
  "responseCode": {
    "error": 0,
    "message": "BadRequest"
  }
}

500:


“ ”

Reviews